home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0179.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  969 b   |  31 lines

  1. cyallop@gpu.srv.ualberta.ca ("Robin Hood, Prince of Thieves" ) wrote on
  2. 18.04.1997 some words under the subject AMOS Iff:
  3.  
  4. > Whenever I play Iff/Raw Sound Samples in AMOS Pro, every once in a while
  5. > the sample falls into an infinite loop.  (Even after the program is
  6. > halted it loops)  Is there a way to fix this?
  7. > I use Sam Raw/Sam Play commands.
  8.  
  9. If you've got the AMCAF Extension, a call to
  10.  
  11. Extdefault 1
  12.  
  13. at the beginning of your program should fix this. If this doesn't work, try
  14.  
  15. Break Off
  16. Extremove 1
  17. Extreinit 1
  18. Extdefault 1
  19. Break On
  20.  
  21. Anyway, if you got AMCAF, you don't need the buggy Music Extension anymore ;)
  22.  
  23. Bye, Chris Hodges (http://www.cum.de/user/platon/)  __    __
  24. A4000/60, 24MB, 420HD, CD-ROM, CV64, FliFix    __  ///   / / _____
  25. GCS d H s-:++ !g p? !au a20 w++ v? C+++        \\\///   / /_/ ___/ LOGOUT
  26. E---- N++ K- W------ -po+ t++@ !5 j-- R+ G?     \XX/    \__/ __/  FASCISM!
  27. tv- b+ D-- B? e+(++)* u++ h! f !r n+ !y+    AMIGA RULEZ!   \/
  28.  
  29.  
  30.